3.803 \(\int \frac{\left (a^2+2 a b x^2+b^2 x^4\right )^p}{x^3} \, dx\)

Optimal. Leaf size=64 \[ \frac{b \left (a+b x^2\right ) \left (a^2+2 a b x^2+b^2 x^4\right )^p \, _2F_1\left (2,2 p+1;2 (p+1);\frac{b x^2}{a}+1\right )}{2 a^2 (2 p+1)} \]

[Out]

(b*(a + b*x^2)*(a^2 + 2*a*b*x^2 + b^2*x^4)^p*Hypergeometric2F1[2, 1 + 2*p, 2*(1
+ p), 1 + (b*x^2)/a])/(2*a^2*(1 + 2*p))

_______________________________________________________________________________________

Rubi [A]  time = 0.104259, antiderivative size = 64, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 24, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.125 \[ \frac{b \left (a+b x^2\right ) \left (a^2+2 a b x^2+b^2 x^4\right )^p \, _2F_1\left (2,2 p+1;2 (p+1);\frac{b x^2}{a}+1\right )}{2 a^2 (2 p+1)} \]

Antiderivative was successfully verified.

[In]  Int[(a^2 + 2*a*b*x^2 + b^2*x^4)^p/x^3,x]

[Out]

(b*(a + b*x^2)*(a^2 + 2*a*b*x^2 + b^2*x^4)^p*Hypergeometric2F1[2, 1 + 2*p, 2*(1
+ p), 1 + (b*x^2)/a])/(2*a^2*(1 + 2*p))

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 17.3873, size = 75, normalized size = 1.17 \[ \frac{\left (a b + b^{2} x^{2}\right )^{- 2 p} \left (a b + b^{2} x^{2}\right )^{2 p + 1} \left (a^{2} + 2 a b x^{2} + b^{2} x^{4}\right )^{p}{{}_{2}F_{1}\left (\begin{matrix} 2, 2 p + 1 \\ 2 p + 2 \end{matrix}\middle |{1 + \frac{b x^{2}}{a}} \right )}}{2 a^{2} \left (2 p + 1\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((b**2*x**4+2*a*b*x**2+a**2)**p/x**3,x)

[Out]

(a*b + b**2*x**2)**(-2*p)*(a*b + b**2*x**2)**(2*p + 1)*(a**2 + 2*a*b*x**2 + b**2
*x**4)**p*hyper((2, 2*p + 1), (2*p + 2,), 1 + b*x**2/a)/(2*a**2*(2*p + 1))

_______________________________________________________________________________________

Mathematica [A]  time = 0.0305529, size = 62, normalized size = 0.97 \[ \frac{\left (\frac{a}{b x^2}+1\right )^{-2 p} \left (\left (a+b x^2\right )^2\right )^p \, _2F_1\left (1-2 p,-2 p;2-2 p;-\frac{a}{b x^2}\right )}{2 (2 p-1) x^2} \]

Antiderivative was successfully verified.

[In]  Integrate[(a^2 + 2*a*b*x^2 + b^2*x^4)^p/x^3,x]

[Out]

(((a + b*x^2)^2)^p*Hypergeometric2F1[1 - 2*p, -2*p, 2 - 2*p, -(a/(b*x^2))])/(2*(
-1 + 2*p)*(1 + a/(b*x^2))^(2*p)*x^2)

_______________________________________________________________________________________

Maple [F]  time = 0.055, size = 0, normalized size = 0. \[ \int{\frac{ \left ({b}^{2}{x}^{4}+2\,ab{x}^{2}+{a}^{2} \right ) ^{p}}{{x}^{3}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((b^2*x^4+2*a*b*x^2+a^2)^p/x^3,x)

[Out]

int((b^2*x^4+2*a*b*x^2+a^2)^p/x^3,x)

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{{\left (b^{2} x^{4} + 2 \, a b x^{2} + a^{2}\right )}^{p}}{x^{3}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b^2*x^4 + 2*a*b*x^2 + a^2)^p/x^3,x, algorithm="maxima")

[Out]

integrate((b^2*x^4 + 2*a*b*x^2 + a^2)^p/x^3, x)

_______________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \[{\rm integral}\left (\frac{{\left (b^{2} x^{4} + 2 \, a b x^{2} + a^{2}\right )}^{p}}{x^{3}}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b^2*x^4 + 2*a*b*x^2 + a^2)^p/x^3,x, algorithm="fricas")

[Out]

integral((b^2*x^4 + 2*a*b*x^2 + a^2)^p/x^3, x)

_______________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{\left (\left (a + b x^{2}\right )^{2}\right )^{p}}{x^{3}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b**2*x**4+2*a*b*x**2+a**2)**p/x**3,x)

[Out]

Integral(((a + b*x**2)**2)**p/x**3, x)

_______________________________________________________________________________________

GIAC/XCAS [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{{\left (b^{2} x^{4} + 2 \, a b x^{2} + a^{2}\right )}^{p}}{x^{3}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b^2*x^4 + 2*a*b*x^2 + a^2)^p/x^3,x, algorithm="giac")

[Out]

integrate((b^2*x^4 + 2*a*b*x^2 + a^2)^p/x^3, x)